You are here:
COM Interface
Overviews
C++ API
C++ Support Classes
COM Interface
>
Interfaces
dtengine Library
Structs, Records, Enums
Interfaces
Indexing COM Data Sources
>
ISearchResults Interface
IFileConverter Interface
IIndexCache Interface
IIndexJob Interface
IJobErrorInfo Interface
IOptions Interface
ISearchFilter Interface
ISearchJob Interface
ISearchReportJob Interface
ISearchResults Interface
IServer Interface
IWordListBuilder Interface
>
ISearchResults::Sort Method
ISearchResults::Count Property
ISearchResults::DocDetails Property
ISearchResults::DocHitCount Property
ISearchResults::DocHits Property
ISearchResults::DocName Property
ISearchResults::Request Property
ISearchResults::TotalHitCount Property
ISearchResults::AddDoc Method
ISearchResults::DocDetailItem Method
ISearchResults::Empty Method
ISearchResults::GetNthDoc Method
ISearchResults::MakePdfWebHighlightFile Method
ISearchResults::NewSearchReportJob Method
ISearchResults::SerializeAsXml Method
ISearchResults::SerializeFromXml Method
ISearchResults::SetSortKey Method
ISearchResults::Sort Method
ISearchResults::UrlDecodeItem Method
ISearchResults::UrlEncodeItem Method
Close
dtSearch Text Retrieval Engine Programmer's Reference
Contents
|
Index
|
Home
Previous
|
Up
|
Next
ISearchResults::Sort Method
ISearchResults Interface
Syntax
IDL
HRESULT
Sort
([in]
long
flags
, [in] BSTR
fieldName
);
Interface
ISearchResults Interface
Parameters
Parameters
Description
[in] long flags
SortFlagsDts value specyfing the type of sort to perform
[in] BSTR fieldName
If flags is dtsSortByField, the name of the field to sort by
Description
Sort search results. See SortFlagsDts for sorting options.